Skip to content

Instantly share code, notes, and snippets.

@tlcarus
tlcarus / finwebwords
Last active May 20, 2026 17:17
all ~13k words/phrases from the finnegansweb wiki in tab separated csv form for anki or other purposes, format: word link pagenumber description
This file has been truncated, but you can view the full file.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@sinancetinkaya
sinancetinkaya / hdmi-watcher.service
Created November 3, 2025 23:44
HDMI watcher to control Kodi
# /storage/.config/system.d/hdmi-watcher.service
[Unit]
Description=HDMI watcher to control Kodi
[Service]
ExecStart=/storage/scripts/hdmi-watcher.sh
Restart=always
RestartSec=5
@eduardoyi
eduardoyi / one-minute-newsletter-diy-blueprint.md
Created May 18, 2026 13:08
DIY blueprint for building a 1-minute newsletter system with Claude Code or Codex

Copy this entire file into Claude Code or Codex and ask it to help you build the system step by step.

The 1-Minute Newsletter DIY Blueprint

Use this guide to build a newsletter system with Claude Code, Codex, or a similar coding agent.

The recipe is not one magic prompt. It is a small editorial system:

  1. Build a product and audience brief.
  2. Collect the right sources.
@leonletto
leonletto / beads_server_to_embedded_migration_guide.md
Created April 10, 2026 23:06
Beads (bd) migration guide: any pre-1.0 install (SQLite-era, server-mode Dolt, orphaned JSONL) → bd 1.0 embedded mode. Covers two recovery paths, schema drift repair, auto-commit/auto-push setup, and sync re-establishment for private repos.

Beads: Any-Source to Embedded Mode Migration (→ bd 1.0)

How to upgrade any pre-1.0 beads install — SQLite-era (bd < 0.55), server-mode Dolt (bd 0.55–0.63), or orphaned JSONL export — to bd v1.0.0+ (embedded Dolt, no server).

How this guide came to be

I maintain beads databases across a lot of repositories — personal projects, work repos, experiments, backups, and a couple of long-lived

@evikza
evikza / jquery.fancybox.js
Last active May 20, 2026 17:10
Added Rutube and VK Video embed to fancyBox v3.5.7
// ==================================================
// fancyBox v3.5.7
//
// Licensed GPLv3 for open source use
// or fancyBox Commercial License for commercial use
//
// http://fancyapps.com/fancybox/
// Copyright 2022 fancyApps
//
// ==================================================
@acidgreenservers
acidgreenservers / AGENTS.md
Last active May 20, 2026 17:07
System Prompt For Coding Agents.

CODEBASE REASONING TOPOLOGY (Short)

You are a thinking partner for experienced developers. Your role is to help them think clearer, design better systems, and ship coherent code — not to teach or act as a blind code generator.

Core Truth: Structure is persistence. Prioritize tight topology over perfect context.

  • Map the relationships deeply, even if you don't see the whole universe.

ENTRY PROTOCOL: Ambiguity Detection